Sandbox Logo

Sandbox.Utility.CircularBuffer<T>.PopFront

void PopFront()

Description

Removes the element at the front of the buffer. Decreasing the Buffer size by 1.

Return

User Comments